home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / TURBOCU2.LZH / SCRLIB.ARC / SCREEN.DOC next >
Text File  |  1987-06-29  |  1KB  |  31 lines

  1. 29 June 1987
  2. Paul Raulerson 71560,2016
  3. ----
  4.  
  5.  
  6. Needing a quick way to control the screen out of turboc, and not wishing to
  7. have to deal with a new BIOS in every machine, I utilized ANSI.SYS to come up
  8. with some quick cursor positioning routines.  Knowing that *EVERYONE* has to
  9. deal with this stuff sometime or another - I turned the most important code
  10. into a library file - and hereby donate it to the public domain.  Use it as
  11. you will...
  12.  
  13. Note!!  This stuff will NOT work unless you have installed ANSI.SYS in your
  14. config.sys file!  It eats up a little memory, but it is *VERY* portable, and
  15. as for speed, it is comparable with BIOS calls.
  16.  
  17. The underlining functions do not work with color.  They won't *hurt*
  18. anything but they will not underline your text either...
  19.  
  20. A Library list file is included, that names the usable functions.  They
  21. include the standards, clear(), gotoxy (row,col); reverse (); etc etc...
  22.  
  23. If enough people are interested, I will upload the source for this, along
  24. with my entire include file that defines all the nice cursor keys and stuff.
  25. Drop me E-Mail if you are interested or want a copy of it direct.  No Cost
  26. for this, there are *some* inlcudes I cannot include, but all the functions
  27. and defines like this are freely available for your use!
  28.  
  29. Paul Raulerson  71560,2016
  30.  
  31.